home *** CD-ROM | disk | FTP | other *** search
/ The Microsoft Windows 95 Recource Kit Utilities / Recouce Kit Utilities.iso / rkutil / reskit3.cab / default.inf < prev    next >
INI File  |  1995-06-03  |  2KB  |  72 lines

  1. ;  This script sets alternate defaults 
  2. ;  for the Windows directory and other values 
  3. ;  but allows user input during Windows 95 etup.
  4.  
  5. [SETUP]
  6. ;  0 = stop for user input, 1 = do not stop for user input 
  7. Express=0                   
  8.  
  9. ;  0 = compact, 1 = typical, 2 = portable, 3 = custom setup type
  10. InstallType=0               
  11.  
  12. ;  0 = do not create startup disk, 1 = create startup disk
  13. EBD=0
  14.   
  15. ;  Set the value of InstallDir= to blank to use the default
  16. InstallDir=C:\WIN95 
  17.  
  18. ;  0 = do not add installation source path for INFs 
  19. ;  (use INFs in Windows directory after Setup is complete)
  20. ;  1 = add installation source directory to path for INFs 
  21. DevicePath=1
  22.  
  23. ;  0 = do not allow user to choose Uninstall and do not back up existing Windows
  24. ;  1 = show Uninstall options for user to choose
  25. ;  5 = automatically create backup files for uninstalling Windows 95
  26. uninstall=5
  27.  
  28. ;  Define directory for Uninstall backup files
  29. BackupDir=OldOSDir
  30.  
  31. ;  0 = prompt for confirmation before overwriting more recent files
  32. ;  1 = overwrite without confirmation
  33. vrc=0
  34.  
  35. ;  Remove ";" and set this value to your 10-digit Windows 95 product ID,
  36. ;  which is printed on the Windows 95 CD or your Certification of Authenticity.
  37. ;ProductID=9999999999 
  38.  
  39. ;  For a list of timezone values, see AUTOMATE.INF.
  40. ;TimeZone=    
  41.  
  42. [NETWORK]
  43. ;  0 = do not prompt for network components during setup (use detection only)
  44. ;  1 = prompt for network components
  45. Display=1                   
  46.  
  47. ;  For examples of custom entries for network components,
  48. ;  see MSNET.INF for Microsoft networking, and
  49. ;  see NWNET.INF for NetWare networks.
  50.  
  51. ;  For a list of all optional components, see AUTOMATE.INF.
  52. ;[OPTIONALCOMPONENTS]
  53.  
  54.  
  55. ;  The following examples install a local printer and a network printer.
  56. ;[PRINTERS]
  57. ;"My BJC600"="Canon Bubble-Jet BJC-600",LPT1
  58. ;"IIIsi Next Door"="HP Laserjet IIIsi",\\msprint34\corpl
  59.  
  60. ;  To allow users to choose printers, do not include a [Printers] section.
  61. ;
  62. ;  To skip installing printers altogether, 
  63. ;  remove the ";" before the [Printers] section name,
  64. ;  but do not list any printer descriptions.
  65. ;
  66. ;  To install specific printers, add an entry for each printer in this format:
  67. ;  "<printer name>"="<printer driver name from INF file>",<port or print queue>        
  68. ;
  69. ;  For details, see "MSBATCH.INF Parameters" in the Windows 95 Resource Kit.
  70.  
  71.  
  72.